home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_094 / audiotools / bugreport < prev    next >
Text File  |  1992-05-06  |  1KB  |  31 lines

  1. Article 6769 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!husc6!seismo!mimsy!umd5!virginia!kesmai!dca
  3. From: dca@kesmai.COM (David C. Albrecht)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Audiotools
  6. Message-ID: <134@kesmai.COM>
  7. Date: 30 Jul 87 17:33:08 GMT
  8. Organization: Kesmai Corporation, Charlottesville, VA
  9. Lines: 18
  10.  
  11. I picked up Rob Peck's audiotools to put them in Air Warrior
  12. so that it could make some noise.  For my application digitized
  13. sound is preferable but it will have to wait till I hack up
  14. an iff sound reader and reproducer which I figure will take
  15. much longer than installing this tool set did.  Thanx Rob.
  16.  
  17. I, of course, found a bug.  Air Warrior opens the audio device
  18. when it goes into flight and closes it when you exit flight.
  19. After many cycles of this, I would be unable to allocate
  20. a port.  A little poking around and I found that the new
  21. feature that Rob added for version 2 (the user port) was
  22. not being deallocated in FinishAudio.  Solution follows:
  23.  
  24. -------- Line  193 of 'audiotools2.c' ----
  25. ---   DeletePort(uport);
  26. ---
  27.  
  28. David Albrecht
  29.  
  30.  
  31.